home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / REGISTRY / RegFix 0.90 / RegF.exe / 0 / RCDATA / TFINDNEXTFORM / TFINDNEXTFORM.txt
Text File  |  1999-02-23  |  1KB  |  59 lines

  1. object FindNextForm: TFindNextForm
  2.   Left = 319
  3.   Top = 68
  4.   BorderStyle = bsDialog
  5.   Caption = 'Find Next'
  6.   ClientHeight = 103
  7.   ClientWidth = 296
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GotoNextBut: TButton
  20.     Left = 32
  21.     Top = 72
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&Goto next'
  25.     TabOrder = 0
  26.     OnClick = GotoNextButClick
  27.   end
  28.   object ComboBox1: TComboBox
  29.     Left = 16
  30.     Top = 8
  31.     Width = 265
  32.     Height = 21
  33.     ItemHeight = 13
  34.     TabOrder = 1
  35.   end
  36.   object CancelBut: TButton
  37.     Left = 184
  38.     Top = 72
  39.     Width = 75
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = 'Cancel'
  43.     ModalResult = 2
  44.     TabOrder = 2
  45.     OnClick = CancelButClick
  46.   end
  47.   object MatchLabel: TStaticText
  48.     Left = 56
  49.     Top = 40
  50.     Width = 185
  51.     Height = 17
  52.     Alignment = taCenter
  53.     AutoSize = False
  54.     BorderStyle = sbsSunken
  55.     Caption = 'ww'
  56.     TabOrder = 3
  57.   end
  58. end
  59.